Skip to content

Commit 0ceb766

Browse files
committed
Fix install script for linux
1 parent 373c6ff commit 0ceb766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,9 @@ main() {
442442
else
443443
# Linux
444444
if [[ "$use_musl" == "true" ]]; then
445-
filename="q-${arch}-linux-musl.zip"
445+
filename="${BINARY_NAME}-${arch}-linux-musl.zip"
446446
else
447-
filename="q-${arch}-linux.zip"
447+
filename="${BINARY_NAME}-${arch}-linux.zip"
448448
fi
449449
download_url="${BASE_URL}/latest/$filename"
450450
fi

0 commit comments

Comments
 (0)