diff --git a/bin/steps/cryptography b/bin/steps/cryptography
index b82f388934199bdb26dd1b636803052f8651507b..7569a6984cb91f6ddc5f0069823b7df1bbbce765 100755
--- a/bin/steps/cryptography
+++ b/bin/steps/cryptography
@@ -22,7 +22,7 @@ bpwatch start libffi_install
 # If a package using cffi exists within requirements, use vendored libffi.
 if (pip-grep -s requirements.txt bcrypt cffi cryptography django[bcrypt] Django[bcrypt] PyNaCl pyOpenSSL PyOpenSSL requests[security] misaka &> /dev/null) then
 
-  if [ ! -d ".heroku/vendor/lib/libffi-3.1.1" ]; then
+  if [ ! -d ".heroku/vendor/lib/libffi-3.1" ]; then
     echo "-----> Noticed cffi. Bootstrapping libffi."
     mkdir -p .heroku/vendor
     # Download and extract libffi into target vendor directory.