Skip to content

Commit 5b260fa

Browse files
committed
update generate-artifact-hash.sh
1 parent 3e636d7 commit 5b260fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/scripts/generate-artifact-hash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ WINDOWS_DOWNLOAD_SWOOLE_CLIE_RUNTIME() {
142142

143143
APP_RUNTIME="${APP_NAME}-${APP_VERSION}-cygwin-${ARCH}"
144144
test -f ${APP_RUNTIME}.zip || curl -fSLo ${APP_RUNTIME}.zip ${APP_DOWNLOAD_URL}
145-
test -f all-deps.zip || curl -fSLo all-deps.zip https://github.com/swoole/swoole-cli/releases/download/${VERSION}/all-deps.zip
145+
test -f all-deps.zip || curl -fSLo all-deps.zip https://github.com/swoole/build-static-php/releases/download/${VERSION}/all-deps.zip
146146

147147
}
148148
WINDOWS_DOWNLOAD() {

0 commit comments

Comments
 (0)