Skip to content

Commit 0344d45

Browse files
committed
update
1 parent 511776f commit 0344d45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/cmake_modules/ThirdpartyToolchain.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,8 +647,7 @@ if(DEFINED ENV{ARROW_FSST_URL})
647647
set(FSST_SOURCE_URL "$ENV{ARROW_FSST_URL}")
648648
else()
649649
set_urls(FSST_SOURCE_URL
650-
"https://github.com/cwida/fsst/archive/${ARROW_FSST_BUILD_VERSION}.tar.gz"
651-
"${THIRDPARTY_MIRROR_URL}/fsst-${ARROW_FSST_BUILD_VERSION}.tar.gz")
650+
"https://github.com/cwida/fsst/archive/${ARROW_FSST_BUILD_VERSION}.tar.gz")
652651
endif()
653652

654653
if(DEFINED ENV{ARROW_GBENCHMARK_URL})

0 commit comments

Comments
 (0)