diff --git a/builds/runtimes/python-3.6.1 b/builds/runtimes/python-3.6.1
index dd9d9bbd0057dc95383eb9d3a61d056ca1995757..2611342cdcb925419ef6c43f485cfb54f71582d5 100755
--- a/builds/runtimes/python-3.6.1
+++ b/builds/runtimes/python-3.6.1
@@ -5,7 +5,7 @@
 OUT_PREFIX=$1
 
 echo "Building Python..."
-SOURCE_TARBALL='https://python.org/ftp/python/3.6.0/Python-3.6.1.tgz'
+SOURCE_TARBALL='https://python.org/ftp/python/3.6.1/Python-3.6.1.tgz'
 curl -L $SOURCE_TARBALL | tar xz
 mv Python-3.6.1 src
 cd src