mirror of
https://github.com/GaloisInc/cryptol.git
synced 2025-01-05 15:07:12 +03:00
Follow redirects when fetching Z3
This commit is contained in:
parent
14ac49279a
commit
ec0b506230
@ -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 .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user