We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 189395f + 9788a3f commit cdeacc8Copy full SHA for cdeacc8
Makefile
@@ -58,7 +58,7 @@ lib:
58
$(EXTERNALS)/pypy:
59
mkdir $(EXTERNALS); \
60
cd $(EXTERNALS); \
61
- curl https://bitbucket.org/pypy/pypy/get/default.tar.bz2 > pypy.tar.bz2; \
+ curl https://bitbucket.org/pypy/pypy/get/81254.tar.bz2 > pypy.tar.bz2; \
62
mkdir pypy; \
63
cd pypy; \
64
tar -jxf ../pypy.tar.bz2 --strip-components=1
0 commit comments