We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b8320 commit 8eee95eCopy full SHA for 8eee95e
install-racket.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
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
+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
6
chmod u+rx racket-6.6-x86_64-linux.sh
7
./racket-6.6-x86_64-linux.sh<<EOF
8
no
0 commit comments