diff --git a/cmake/GetHNSW.cmake b/cmake/GetHNSW.cmake index 4c12b2ab..9ccc1a87 100644 --- a/cmake/GetHNSW.cmake +++ b/cmake/GetHNSW.cmake @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set ( HNSW_GITHUB "https://github.com/manticoresoftware/hnswlib/archive/refs/heads/master.zip" ) +set ( HNSW_GITHUB "https://github.com/manticoresoftware/hnswlib/archive/37f1e18.zip" ) set ( HNSW_BUNDLEZIP "${LIBS_BUNDLE}/hnswlib-0.7.0.tar.gz" ) cmake_minimum_required ( VERSION 3.17 FATAL_ERROR )