From 5e4d01720497bac37e8f9e522253c9b778a64b5a Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Mon, 29 Jun 2015 10:46:39 -0400 Subject: [PATCH] set-of-scopes: use new racket-current-x86_64-linux.sh --- install-racket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-racket.sh b/install-racket.sh index 6aacbef..d0bc10b 100755 --- a/install-racket.sh +++ b/install-racket.sh @@ -6,7 +6,7 @@ set -e if [[ "$RACKET_VERSION" = "HEAD" ]]; then URL="http://plt.eecs.northwestern.edu/snapshots/current/installers/racket-test-current-x86_64-linux-precise.sh" elif [[ "$RACKET_VERSION" = "SCOPE_SNAPSHOT" ]]; then - URL="http://www.cs.utah.edu/~mflatt/tmp/scope-snapshot/installers/racket-6.2.900.3-x86_64-linux.sh" + URL="http://www.cs.utah.edu/~mflatt/tmp/scope-snapshot/installers/racket-current-x86_64-linux.sh" elif [[ "$RACKET_VERSION" = 5.9* ]]; then URL="http://download.racket-lang.org/installers/${RACKET_VERSION}/racket-${RACKET_VERSION}-x86_64-linux-ubuntu-quantal.sh" elif [[ "$RACKET_VERSION" = 6.* ]]; then