Skip to content

Commit 86c3ed4

Browse files
committed
Fix arm64 Linux cs launcher address in the Mill script
1 parent 45d91f9 commit 86c3ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mill

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ coursier_version="2.1.24"
77
# https://stackoverflow.com/questions/3466166/how-to-check-if-running-in-cygwin-mac-or-linux/17072017#17072017
88
if [ "$(expr substr $(uname -s) 1 5 2>/dev/null)" == "Linux" ]; then
99
if [ "$(uname -m)" == "aarch64" ]; then
10-
cs_url="https://github.com/coursier/coursier/releases/download/v$coursier_version/cs-aarch64-pc-linux.gz"
10+
cs_url="https://github.com/VirtusLab/coursier-m1/releases/download/v$coursier_version/cs-aarch64-pc-linux.gz"
1111
else
1212
cs_url="https://github.com/coursier/coursier/releases/download/v$coursier_version/cs-x86_64-pc-linux.gz"
1313
fi

0 commit comments

Comments
 (0)