From acda8f640ac4a63ed011c3edb1b8b47ceb9cd751 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Mon, 2 Jun 2014 17:41:01 -0400 Subject: [PATCH] ughhhhhh --- builds/runtimes/python-3.3.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/runtimes/python-3.3.0 b/builds/runtimes/python-3.3.0 index ee0f94bc..436fd92e 100755 --- a/builds/runtimes/python-3.3.0 +++ b/builds/runtimes/python-3.3.0 @@ -5,7 +5,7 @@ OUT_PREFIX=$1 echo "Building Python..." -SOURCE_TARBALL='http://python.org/ftp/python/3.3/Python-3.3.0.tgz' +SOURCE_TARBALL='http://python.org/ftp/python/3.3.0/Python-3.3.0.tgz' curl -L $SOURCE_TARBALL | tar xz mv Python-3.3.0 src cd src -- GitLab