Skip to content

Commit aad3fb0

Browse files
authored
Merge pull request #329 from stesie/fix-appveyor
fix appveyor build, us1.php.net is (currently?) unreachable
2 parents 539c71a + 663e621 commit aad3fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install:
4040
- curl -fSL -o %V8_ASSETS% "https://s3.amazonaws.com/win-phpv8/%V8_ASSETS%"
4141
- 7z.exe x %V8_ASSETS%
4242
- cd ..
43-
- curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us1.php.net/distributions/php-%PHP_VERSION%.tar.gz"
43+
- curl -fSL -o "php-%PHP_VERSION%.tar.gz" "http://us2.php.net/distributions/php-%PHP_VERSION%.tar.gz"
4444
- ren php php-%PHP_VERSION%
4545
- 7z.exe x php-%PHP_VERSION%.tar.gz -y
4646
- 7z.exe x php-%PHP_VERSION%.tar -y | find /v "Extracting"

0 commit comments

Comments
 (0)