Skip to content

Commit b1e1b3d

Browse files
committed
fix typo: amd64->arm64
1 parent 8975a8a commit b1e1b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'script_path': '<(module_root_dir)/scripts/fetch_libduckdb_linux_amd64.py',
1010
},
1111
}],
12-
['OS=="linux" and target_arch=="amd64"', {
12+
['OS=="linux" and target_arch=="arm64"', {
1313
'variables': {
1414
'script_path': '<(module_root_dir)/scripts/fetch_libduckdb_linux_aarch64.py',
1515
},

0 commit comments

Comments
 (0)