Follow redirects when fetching Z3

This commit is contained in:
Aaron Tomb 2017-07-12 10:14:12 -07:00
parent 14ac49279a
commit ec0b506230

View File

@ -10,7 +10,7 @@ install:
- 7z x -bd cabal.zip
- cabal --version
- cabal update
- curl -o z3.zip --progress-bar https://github.com/Z3Prover/z3/releases/download/z3-4.5.0/z3-4.5.0-x64-win.zip
- curl -o z3.zip -L https://github.com/Z3Prover/z3/releases/download/z3-4.5.0/z3-4.5.0-x64-win.zip
- 7z x -bd z3.zip
- cp z3-4.5.0-x64-win/bin/z3.exe .