diff --git a/appveyor.yml b/appveyor.yml index cc052f7c..48b10021 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ cache: install: - if not exist CGAL-4.11.1.zip - appveyor DownloadFile https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.11.1/CGAL-4.11.1.zip -FileName CGAL-4.11.1.zip + appveyor DownloadFile https://github.com/CGAL/cgal/releases/download/releases/CGAL-4.11.1/CGAL-4.11.1.zip -FileName CGAL-4.11.1.zip - 7z x CGAL-4.11.1.zip - cd CGAL-4.11.1 - mkdir build