Skip to content

Commit b301392

Browse files
committed
fix: Ensure expected macOS arm64 archive is downloaded
1 parent 749b360 commit b301392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s5cmdUrls.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif()
4343

4444
if(APPLE)
4545
set(archive "macos64")
46-
if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "ARM64")
46+
if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64")
4747
set(archive "macosarm64")
4848
endif()
4949
endif()

0 commit comments

Comments
 (0)