We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992d03f commit 00a9eb6Copy full SHA for 00a9eb6
1 file changed
build-static.sh
@@ -154,10 +154,10 @@ if [ "${SPC_REL_TYPE}" = "binary" ]; then
154
mkdir -p static-php-cli/
155
cd static-php-cli/
156
if [[ "${arch}" =~ "arm" ]]; then
157
- dl_arch="aarch64"
158
- else
159
- dl_arch="${arch}"
160
- fi
+ dl_arch="aarch64"
+ else
+ dl_arch="${arch}"
+ fi
161
curl -o spc -fsSL "https://dl.static-php.dev/static-php-cli/spc-bin/nightly/spc-linux-${dl_arch}"
162
chmod +x spc
163
spcCommand="./spc"
0 commit comments