Skip to content
This repository was archived by the owner on Mar 15, 2022. It is now read-only.

Commit eb2cdff

Browse files
authored
Merge pull request #6 from YannickJadoul/downloads.python.org
Use https://downloads.python.org/pypy/ download URL
2 parents 4ce2a6f + 72a83cc commit eb2cdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build_scripts_pypy/prefetch_pypy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44

55
SOURCES=docker/sources
66
SQUEAKY_GITHUB_URL=https://github.com/squeaky-pl/portable-pypy/releases/download # old releases
7-
URL=https://bitbucket.org/pypy/pypy/downloads # new releases
7+
URL=https://downloads.python.org/pypy # new releases
88

99

1010
MY_DIR=$(dirname "${BASH_SOURCE[0]}")

0 commit comments

Comments
 (0)