v0.0.5-linux-proxy-bins of proxy

This commit is contained in:
Sander Declerck 2026-01-13 13:27:12 +01:00
parent 67a8f2db52
commit 83b62f9c7a
No known key found for this signature in database

View file

@ -323,14 +323,14 @@ main() {
if [ "$OS" = "macos" ]; then if [ "$OS" = "macos" ]; then
if [ "$ARCH" = "arm64" ]; then if [ "$ARCH" = "arm64" ]; then
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.4-linux-proxy-bins/safechain-proxy-darwin-arm64" PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.5-linux-proxy-bins/safechain-proxy-darwin-arm64"
else else
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.4-linux-proxy-bins/safechain-proxy-darwin-amd64" PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.5-linux-proxy-bins/safechain-proxy-darwin-amd64"
fi fi
else else
# Linux (both linux and linuxstatic) # Linux (both linux and linuxstatic)
if [ "$ARCH" = "x64" ]; then if [ "$ARCH" = "x64" ]; then
PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.4-linux-proxy-bins/safechain-proxy-linux-amd64" PROXY_URL="https://github.com/AikidoSec/safechain-internals/releases/download/v0.0.5-linux-proxy-bins/safechain-proxy-linux-amd64"
else else
# Skip for non-x64 Linux architectures # Skip for non-x64 Linux architectures
info "Skipping safechain-proxy download (not available for linux-${ARCH})" info "Skipping safechain-proxy download (not available for linux-${ARCH})"