Skip to content

Commit 9788a3f

Browse files
freeze rpython
1 parent a47cc3e commit 9788a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ lib:
5858
$(EXTERNALS)/pypy:
5959
mkdir $(EXTERNALS); \
6060
cd $(EXTERNALS); \
61-
curl https://bitbucket.org/pypy/pypy/get/default.tar.bz2 > pypy.tar.bz2; \
61+
curl https://bitbucket.org/pypy/pypy/get/81254.tar.bz2 > pypy.tar.bz2; \
6262
mkdir pypy; \
6363
cd pypy; \
6464
tar -jxf ../pypy.tar.bz2 --strip-components=1

0 commit comments

Comments
 (0)