Skip to content

Commit b64f163

Browse files
committed
Update the Travis script.
1 parent b4ba120 commit b64f163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ env:
55
global:
66
- RACKET_DIR=~/racket
77
- 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"
8+
- Z3_URL="https://github.com/emina/rosette/releases/download/v2.0/z3-d89c39cb-x64-ubuntu-12.04.zip"
99

1010
before_install:
1111
- if [[ ! -e "$RACKET_DIR/bin/racket" ]]; then

0 commit comments

Comments
 (0)