Hello! During the execution of `rbenv install 3.1.0` on Windows 10 in PowerShell, I'm getting the following error: ``` C:\Ruby\rbenv\bin\rbenv install 3.1.0 Begin downloading ... => https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.1.0-1/rubyinstaller-3.1.0-1-x64.7z Loading rubyinstaller-3.1.0-1-x64.7z from cache Installing 3.1.0-1 ... Exit code was 7! Failed to extract files from \cache\rubyinstaller-3.1.0-1-x64.7z. Log file: \cache\7zip.log 'decompress error') ``` _\cache\7zip.log_: ``` Command Line Error: Too short switch: -o ``` 7zip v23.1.0 was installed using [Chocolatey](https://community.chocolatey.org/packages/7zip/23.1.0).