We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7ce7b commit 2bc8442Copy full SHA for 2bc8442
1 file changed
bin/fetch-configlet
@@ -3,6 +3,6 @@
3
LATEST=https://github.com/exercism/configlet/releases/latest
4
5
VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
6
-URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-linux-amd64.tgz
+URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-linux-64bit.tgz
7
8
curl -s --location $URL | tar xz -C bin/
0 commit comments