diff --git a/.circleci/config.yml b/.circleci/config.yml
index 78a0a7a75fbe5788719300fe3ae55f5ed77fa9f3..af42058a79300d3f562be9ebd42e012f4ed2b857 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -74,7 +74,8 @@ jobs:
             # The CircleCI macOS environment has curl and Python but does not
             # have pip.  So, for starters, use curl and Python to get pip.
             if [ "<< parameters.py-version >>" == "2.7" ]; then
-              curl https://bootstrap.pypa.io/2.7/get-pip.py -o get-pip.py
+
+              curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
             else
               curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
             fi