We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ba120 commit b64f163Copy full SHA for b64f163
.travis.yml
@@ -5,7 +5,7 @@ env:
5
global:
6
- RACKET_DIR=~/racket
7
- RACKET_URL="https://www.cs.utah.edu/plt/installers/6.4/racket-6.4-x86_64-linux-ubuntu-precise.sh"
8
- - Z3_URL="https://github.com/uwpc/rosette/releases/download/v2.0/z3-d89c39cb-x64-ubuntu-12.04.zip"
+ - Z3_URL="https://github.com/emina/rosette/releases/download/v2.0/z3-d89c39cb-x64-ubuntu-12.04.zip"
9
10
before_install:
11
- if [[ ! -e "$RACKET_DIR/bin/racket" ]]; then
0 commit comments