Skip to content

Commit

Permalink
Following redirect while downloading binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Jan 23, 2024
1 parent c88d465 commit 59e5c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ for osArch in "linux_amd64" "darwin_amd64" "darwin_arm64" "windows_amd64" "windo
downloadURL="$downloadURL.exe"
outputFile="$outputFile.exe"
fi
curl -o "$outputFile" -s "$downloadURL"
curl -L -o "$outputFile" -s "$downloadURL"
chmod 755 "$outputFile"
done

0 comments on commit 59e5c74

Please sign in to comment.