From 961e3414336e53d39c5916b6242c6a22651ec037 Mon Sep 17 00:00:00 2001 From: Adwin Ying Date: Fri, 1 May 2026 00:33:42 +0900 Subject: [PATCH] fix broken download links --- .github/workflows/php-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php-release.yml b/.github/workflows/php-release.yml index 34cebec..db8e903 100644 --- a/.github/workflows/php-release.yml +++ b/.github/workflows/php-release.yml @@ -47,7 +47,7 @@ jobs: while read -r filepath; do filename=$(basename "$filepath") echo "Downloading: $filename" - curl -L -o "downloads/$filename" "https://dl.static-php.dev/$filepath" + curl -L -o "downloads/$filename" "https://dl.static-php.dev$filepath" # Extract architecture and file extension for both .tar.gz and .zip files if [[ "$filename" =~ php-${VERSION}-cli-(.+)\.tar\.gz$ ]]; then