From 23fe307ab6634890f7a531ee2ed01c10c2e75e1a Mon Sep 17 00:00:00 2001 From: Greg Hendershott <greghendershott@gmail.com> Date: Tue, 9 Apr 2019 20:01:59 -0400 Subject: [PATCH] Like 0d7c08f, but with less stupidity --- install-racket.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-racket.sh b/install-racket.sh index 412fc07..2d5054f 100755 --- a/install-racket.sh +++ b/install-racket.sh @@ -9,7 +9,7 @@ else MIN="" fi -DL_BASE="https://www.cs.utah.edu/plt/installers +DL_BASE="https://www.cs.utah.edu/plt/installers" if [[ "$RACKET_VERSION" = "HEAD" ]]; then NWU_BASE="https://plt.eecs.northwestern.edu/snapshots/current/installers"