chore: sync: ClausL-MacBook-Pro.local 2026-05-04 17:58

This commit is contained in:
Claus Lohmar 2026-05-04 17:58:53 +01:00
parent bab208bedd
commit a7fa3bc15a

View file

@ -296,7 +296,7 @@ download_binary() {
if [ "$DEVELOPMENT_MODE" = false ]; then
# Construct download URL with architecture
local download_url="${DOWNLOAD_URL}_linux_${ARCH}"
local download_url="${DOWNLOAD_URL}"
print_info "Downloading from: $download_url"
if command -v curl &> /dev/null; then