Skip to content

Commit 4f4643b

Browse files
authored
Update setup_amazon_q.sh to use gnu instead of musl
1 parent 93c312d commit 4f4643b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminal-bench-test/setup_amazon_q.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Q_SESSION_TOKEN=$(echo $TEMP_CREDENTIALS | jq -r '.Credentials.SessionToken')
3434

3535
# Download specific build from S3 based on commit hash
3636
echo "Downloading Amazon Q CLI build from S3..."
37-
S3_PREFIX="main/${GIT_HASH}/x86_64-unknown-linux-musl"
37+
S3_PREFIX="main/${GIT_HASH}/x86_64-unknown-linux-gnu"
3838
echo "Downloading qchat.zip from s3://.../${S3_PREFIX}/qchat.zip"
3939

4040
# Try download, if hash is invalid we fail.

0 commit comments

Comments
 (0)