diff --git a/bin/compile b/bin/compile
index 1baba18531ccd62fd93a4143283dbbe0c2004300..0202c959d572987c40a40f44b79680df3b7b3c2d 100755
--- a/bin/compile
+++ b/bin/compile
@@ -61,10 +61,10 @@ if grep -Fxq "pylibmc" requirements.txt
 then
     echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
     pwd
-    curl -O http://api.cld.me/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
+    curl -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
     tar -zxvf vendor-libmemcached.tar.gz
 
-    export LIBMEMCACHED=/app/vendor
+    export LIBMEMCACHED=$(pwd)/vendor
     ls
 fi