Skip to content

Commit a65a641

Browse files
authored
Update static library/tarball to latest
1 parent 33bbe21 commit a65a641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if ((SVS_RUNTIME_ENABLE_LVQ_LEANVEC))
104104
else()
105105
# Links to LTO-enabled static library, requires GCC/G++ 11.2
106106
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "11.2" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "11.3")
107-
set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-NIGHTLY-20251106-762.tar.gz"
107+
set(SVS_URL "https://github.com/intel/ScalableVectorSearch/releases/download/v1.0.0-dev/svs-shared-library-1.0.0-NIGHTLY-20251107-770.tar.gz"
108108
CACHE STRING "URL to download SVS shared library")
109109
else()
110110
message(WARNING

0 commit comments

Comments
 (0)