diff --git a/MongoDB/Info.plist b/MongoDB/Info.plist
index 27fec84..a6d94ad 100644
--- a/MongoDB/Info.plist
+++ b/MongoDB/Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 3.2.1-build.1452779250
+ 3.2.1-build.1454526168
CFBundleSignature
????
CFBundleVersion
- 3.2.1-build.1452779250
+ 3.2.1-build.1454526168
LSApplicationCategoryType
public.app-category.developer-tools
LSMinimumSystemVersion
diff --git a/update.sh b/update.sh
index 95a0457..db6d779 100755
--- a/update.sh
+++ b/update.sh
@@ -8,7 +8,7 @@ VERSION=$(curl -s https://www.mongodb.org/downloads | grep -o 'Current Stable Re
echo "--> Production Release: $VERSION"
# Create download url
-DOWNLOAD_URL="https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-$VERSION.tgz"
+DOWNLOAD_URL="http://downloads.mongodb.org/osx/mongodb-osx-ssl-x86_64-$VERSION.tgz"
# Download latest mongodb for mac
echo "--> Downloading: $DOWNLOAD_URL"