浏览代码

Replace travis script to fetch configlet

Katrina Owen 12 年前
父节点
当前提交
8ac2d19530
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      bin/fetch-configlet

+ 1
- 1
bin/fetch-configlet 查看文件

@@ -3,6 +3,6 @@
3 3
 LATEST=https://github.com/exercism/configlet/releases/latest
4 4
 
5 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
6
+URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-linux-64bit.tgz
7 7
 
8 8
 curl -s --location $URL | tar xz -C bin/