Skip to content

Commit

Permalink
Fix link to apr-util-1.6.1-win32-src.zip in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbo-ads authored and tbonfort committed Jan 18, 2019
1 parent b7c21b5 commit e66aef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -57,7 +57,7 @@ build_script:

- cd %APPVEYOR_BUILD_FOLDER%

- if not exist apr-util-1.6.1-win32-src.zip appveyor DownloadFile http://apache.mindstudios.com/apr/apr-util-1.6.1-win32-src.zip
- if not exist apr-util-1.6.1-win32-src.zip appveyor DownloadFile https://archive.apache.org/dist/apr/apr-util-1.6.1-win32-src.zip
- 7z x apr-util-1.6.1-win32-src.zip
- mkdir build-cmake\apr-util
- cd build-cmake\apr-util
Expand Down

0 comments on commit e66aef2

Please sign in to comment.