Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in the download URL #230

Merged
merged 1 commit into from Mar 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion image/getGoodSpur64VM.sh
Expand Up @@ -36,7 +36,7 @@ else
VM=$VM/Contents/MacOS/Squeak;;
Linux) # This needs to be split by $CPU to work on RPi also
case $CPU in
x86_64) LATESTVM="squeak.cog.spur_linux64_x64_$LATESTRELEASE.tar.gz";;
x86_64) LATESTVM="squeak.cog.spur_linux64x64_$LATESTRELEASE.tar.gz";;
*) echo "Don't know what kind of 64-bit linux machine you're running. I have $CPU"
exit 1
esac
Expand Down