From 2991dce623b9828c6fe97ce806aa6c94ddefd18d Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Fri, 19 Aug 2016 08:54:24 -0400
Subject: [PATCH] pypi workaround

---
 builds/runtimes/pypy-5.3.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builds/runtimes/pypy-5.3.1 b/builds/runtimes/pypy-5.3.1
index 0310dc91..c79df125 100755
--- a/builds/runtimes/pypy-5.3.1
+++ b/builds/runtimes/pypy-5.3.1
@@ -7,7 +7,7 @@
 OUT_PREFIX=$1
 
 echo "Building PyPy..."
-SOURCE_TARBALL='https://bitbucket.org/pypy/pypy/downloads/pypy-5.3.1-linux64.tar.bz2'
+SOURCE_TARBALL='https://bbuseruploads.s3.amazonaws.com/54220cd1-b139-4188-9455-1e13e663f1ac/downloads/265504fc-8c03-4c1d-935a-2b8fbc6da51a/pypy2-v5.3.1-linux64.tar.bz2?Signature=F%2FnnB39QrCTPldSErIJoqzAt8YA%3D&Expires=1471612628&AWSAccessKeyId=AKIAIWY5XSVPZPDQYRQQ&versionId=kJjoDTh5eNcLrGrt5hYT0_5XGjg3.gl0&response-content-disposition=attachment%3B%20filename%3D%22pypy2-v5.3.1-linux64.tar.bz2%22'
 curl -L $SOURCE_TARBALL | tar jx
 cp -R pypy-5.3.1-linux64/* $OUT_PREFIX
 
-- 
GitLab