Skip to content

Commit be5ca65

Browse files
authored
Merge pull request #430 from slogonomo/patch-1
Fix InvokeAI Linux node prerequsite install
2 parents f0dfa05 + a11eaf2 commit be5ca65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StabilityMatrix.Avalonia/Helpers/UnixPrerequisiteHelper.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public async Task InstallNodeIfNecessary(IProgress<ProgressReport>? progress = n
333333

334334
var downloadUrl = Compat.IsMacOS
335335
? "https://nodejs.org/dist/v20.11.0/node-v20.11.0-darwin-arm64.tar.gz"
336-
: "https://nodejs.org/dist/v20.11.0/node-v20.11.0-linux-x64.tar.xz";
336+
: "https://nodejs.org/dist/v20.11.0/node-v20.11.0-linux-x64.tar.gz";
337337

338338
var nodeDownloadPath = AssetsDir.JoinFile(Path.GetFileName(downloadUrl));
339339

0 commit comments

Comments
 (0)