File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ function get_libmongocrypt() {
3535 TARGET=$1
3636 MONGOCRYPT_SO=$2
3737 rm -rf build libmongocrypt pymongocrypt/* .so pymongocrypt/* .dll pymongocrypt/* .dylib
38- curl -O https://github.com/mongodb/libmongocrypt/releases/download/${LIBMONGOCRYPT_VERSION} /libmongocrypt-${TARGET} -${LIBMONGOCRYPT_VERSION} .tar.gz
39- curl -O https://github.com/mongodb/libmongocrypt/releases/download/${LIBMONGOCRYPT_VERSION} /libmongocrypt-${TARGET} -${LIBMONGOCRYPT_VERSION} .asc
38+ curl -LO https://github.com/mongodb/libmongocrypt/releases/download/${LIBMONGOCRYPT_VERSION} /libmongocrypt-${TARGET} -${LIBMONGOCRYPT_VERSION} .tar.gz
39+ curl -LO https://github.com/mongodb/libmongocrypt/releases/download/${LIBMONGOCRYPT_VERSION} /libmongocrypt-${TARGET} -${LIBMONGOCRYPT_VERSION} .asc
4040
4141 # Download the public key, import it, and verify the signature
4242 curl -LO https://pgp.mongodb.com/libmongocrypt.pub
You can’t perform that action at this time.
0 commit comments