Skip to content

Commit 8eee95e

Browse files
authored
deployment script: switch to Utah server for now, while Boston server is down
1 parent b3b8320 commit 8eee95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-racket.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
curl -L -o racket-6.6-x86_64-linux.sh https://mirror.racket-lang.org/installers/6.6/racket-6.6-x86_64-linux.sh
5+
curl -L -o racket-6.6-x86_64-linux.sh https://www.cs.utah.edu/plt/installers/6.6/racket-6.6-x86_64-linux.sh
66
chmod u+rx racket-6.6-x86_64-linux.sh
77
./racket-6.6-x86_64-linux.sh<<EOF
88
no

0 commit comments

Comments
 (0)