Skip to content

Commit 57f278c

Browse files
[JS] Download rhel8 binaries for linux (#549)
Signed-off-by: Kirill Suvorov <[email protected]>
1 parent 3074d1c commit 57f278c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/scripts/download-runtime.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class TokenizersBinaryManager extends BinaryManager {
2828
case 'win32':
2929
return 'windows';
3030
case 'linux':
31-
return 'centos7';
31+
return 'rhel8';
3232
case 'darwin':
3333
return 'macos_12_6';
3434
}

0 commit comments

Comments
 (0)