We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cs
1 parent 45d91f9 commit 86c3ed4Copy full SHA for 86c3ed4
mill
@@ -7,7 +7,7 @@ coursier_version="2.1.24"
7
# https://stackoverflow.com/questions/3466166/how-to-check-if-running-in-cygwin-mac-or-linux/17072017#17072017
8
if [ "$(expr substr $(uname -s) 1 5 2>/dev/null)" == "Linux" ]; then
9
if [ "$(uname -m)" == "aarch64" ]; then
10
- cs_url="https://github.com/coursier/coursier/releases/download/v$coursier_version/cs-aarch64-pc-linux.gz"
+ cs_url="https://github.com/VirtusLab/coursier-m1/releases/download/v$coursier_version/cs-aarch64-pc-linux.gz"
11
else
12
cs_url="https://github.com/coursier/coursier/releases/download/v$coursier_version/cs-x86_64-pc-linux.gz"
13
fi
0 commit comments