diff -r e5f98f30bdf6 -r ad4e0ebd3693 scripts/get-sbcl.sh --- a/scripts/get-sbcl.sh Fri Sep 13 20:18:57 2024 -0400 +++ b/scripts/get-sbcl.sh Fri Sep 13 22:17:56 2024 -0400 @@ -1,4 +1,4 @@ #!/usr/bin/env bash # get SBCL source code TARGETDIR=${1:-.stash/src/sbcl} -git clone https://vc.compiler.company/packy/sbcl.git $TARGETDIR +git clone https://vc.compiler.company/packy/sbcl $TARGETDIR