Skip to content

Commit 5085ff3

Browse files
committed
build: fix snapshot linux version
1 parent 52ff0b6 commit 5085ff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ installer_url () {
5151
build_snapshot () {
5252
declare -r version="snapshot";
5353

54-
declare -r installer="https://users.cs.utah.edu/plt/snapshots/current/installers/racket-minimal-current-x86_64-linux-jesse.sh";
54+
declare -r installer="https://users.cs.utah.edu/plt/snapshots/current/installers/racket-minimal-current-x86_64-linux-buster.sh";
5555
build "racket" "${installer}" "${version}" "${version}";
5656

57-
declare -r full_installer="https://users.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-jesse.sh";
57+
declare -r full_installer="https://users.cs.utah.edu/plt/snapshots/current/installers/racket-current-x86_64-linux-buster.sh";
5858
build "racket" "${full_installer}" "${version}" "${version}-full";
5959
}
6060

0 commit comments

Comments
 (0)