Skip to content

Commit 2bc8442

Browse files
committed
Replace travis script to fetch configlet
1 parent 5e7ce7b commit 2bc8442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/fetch-configlet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
LATEST=https://github.com/exercism/configlet/releases/latest
44

55
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
6+
URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-linux-64bit.tgz
77

88
curl -s --location $URL | tar xz -C bin/

0 commit comments

Comments
 (0)