Skip to content

Commit 00a9eb6

Browse files
committed
linter
1 parent 992d03f commit 00a9eb6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build-static.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,10 @@ if [ "${SPC_REL_TYPE}" = "binary" ]; then
154154
mkdir -p static-php-cli/
155155
cd static-php-cli/
156156
if [[ "${arch}" =~ "arm" ]]; then
157-
dl_arch="aarch64"
158-
else
159-
dl_arch="${arch}"
160-
fi
157+
dl_arch="aarch64"
158+
else
159+
dl_arch="${arch}"
160+
fi
161161
curl -o spc -fsSL "https://dl.static-php.dev/static-php-cli/spc-bin/nightly/spc-linux-${dl_arch}"
162162
chmod +x spc
163163
spcCommand="./spc"

0 commit comments

Comments
 (0)